Item Property

Summary
An indexer definition, which allows client code to use [] notation on the class instance itself.
Syntax
C#
C++/CLI
public virtual MedicalViewerSynchronizationObject Item( 
   [MedicalViewerActionType 
)(MedicalViewerActionType.md) type] { get; } 
public: 
virtual property MedicalViewerSynchronizationObject^ default [MedicalViewerActionType] { 
   MedicalViewerSynchronizationObject^ get(MedicalViewerActionType type); 
} 

Parameters

type
MedicalViewerActionType enumeration that will be used as index of the collection

Property Value

MedicalViewerSynchronizationObject that represents the object with type type.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.